FtMscLibEx ftxOpenComDevice Method FtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

[This is preliminary documentation and is subject to change.]

API 2.07
ftxOpenComDevice
Function equivalent to function from 2.6, but the particular COM interface can be passed as a string, e.g. "COM4" or "COM32".

Namespace: FischerTechnik.FtMscLib.API
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax

public uint ftxOpenComDevice(
	string comStr,
	uint baudr,
	ref uint FTerror
)

Parameters

comStr
Type: System String
COM interface with port number as string, e.g. "COM4"
baudr
Type: System UInt32
baudr - baud rate, current 38400 fixed
FTerror
Type: System UInt32 

[Missing <param name="FTerror"/> documentation for "M:FischerTechnik.FtMscLib.API.FtMscLibEx.ftxOpenComDevice(System.String,System.UInt32,System.UInt32@)"]

Return Value

Type: UInt32
handle for communication with the ROBO TX Controller; if an error occurs (=NULL), then the errcode variable contains a possible error code.
Remarks

See Also

Reference